home *** CD-ROM | disk | FTP | other *** search
Text File | 1990-06-24 | 1.5 KB | 39 lines | [TEXT/pdos] |
- Apple II
- Sample Code Notes
- _____________________________________________________________________________
- Developer Technical Support
-
- #12: Menus
-
- Version: 3.0 June 1990
-
- APW Components: Menus.asm
- Menus.Inits.asm
- Full.Build
- Build
- Build.Macros
-
- MPW Components: Menus.Aii
- Menus.Inits.Aii
- MakeFile
-
- Menus demonstrates the various actions that can be applied to menus and menu
- items. Three application-specific menu options are provided: Actions, Test,
- and Custom. Experiment with these menus, then examine the 65816 assembly
- language source code to see how menu handling can be implemented.
- _____________________________________________________________________________
-
- The demonstration uses many Menu Manager calls to add, manipulate, and delete
- menus and menu items. Its custom menu code can be incorporated into other
- applications. It also demonstrates how to generate 320-mode Super Hi-Res
- graphics.
-
- APW users need APW v.1.0, APW Tools & Interfaces v.1.1, and Apple IIGS System
- Software 5.0.2 or later. Three APW command files, Full.Build, Build, and
- Build.Macros allow you to perform complete or partial rebuilds of the load
- file Menus.
-
- MPW IIGS users need MPW v.3.0, MPW IIGS Tools v.1.1, and MPW IIGS Assembler
- v.1.0 or later. The name needed by the MPW Build menu's Build option can be
- found in the MakeFile.
-